- command string
- Компьютерная техника: коммандная строка
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Command line completion — is a common feature of command line interpreters, in which the program automatically fills in partially typed tokens. Depending on the specific interpreter and its configuration, these elements may include commands, arguments, environment… … Wikipedia
Command Performances: The Essential 60s Masters II — Compilation album by Elvis Presley Released July 18, 1995 Recorded … Wikipedia
Command and Data modes (modem) — Command and Data modes refer to the two modes in which a computer modem may operate. These modes are defined in the Hayes command set, which is the de facto standard for all modems. These modes exist because there is only one channel of… … Wikipedia
String Theory (novels) — String Theory is a trilogy of novels set in the Star Trek universe. Book one, Cohesion , was written by Jeffrey Lang; book two, Fusion , by Kirsten Beyer; and book three, Evolution , by Heather Jarman. The story takes place between seasons four… … Wikipedia
Command substitution — In computing, command substitution is a facility originally introduced in the Unix shells that allows a command to be run and its output to be pasted back on the command line as arguments to another command. Shells typically do this by creating a … Wikipedia
Command-line interface — Screenshot of a sample Bash session. GNOME Terminal 3, Fedora 15 … Wikipedia
Command-line completion — Example of command line completion in Bash. Command line completion (also tab completion) is a common feature of command line interpreters, in which the program automatically fills in partially typed commands. Command line interpreters are… … Wikipedia
Command-line argument parsing — Different Command line argument parsing methods are used by different programming languages to parse command line arguments. Contents 1 Programming languages 1.1 C 1.2 Java 1.3 Perl … Wikipedia
String quartet — A string quartet is a musical ensemble of four string players – usually two violin players, a violist and a cellist – or a piece written to be performed by such a group. The string quartet is one of the most prominent chamber ensembles in… … Wikipedia
String literal — A string literal is the representation of a string value within the source code of a computer program. There are numerous alternate notations for specifying string literals, and the exact notation depends on the individual programming language in … Wikipedia
Command pattern — In object oriented programming, the command pattern is a design pattern in which an object is used to represent and encapsulate all the information needed to call a method at a later time. This information includes the method name, the object… … Wikipedia